864 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 30 / 44
Newer►
  • Métier de l'opensource - Linux - Symfony2

    Très bonne ressource : Linux, Symfony2, SVN, Git, ...
    via nicosombs

    Thu Mar 6 10:10:36 2014 - permalink -
    - - - http://www.guidella.com/General/liste.html
    Git Linux Symfony2
  • My tutorial on how to properly use QThreads | Qt Project forums | Qt Project

    "When you move a parent QObject, all its children are automatically moved too.

    Remember though that member variables do not automatically become children; the parent-child relationship must be set by either:

    • passing the parent’s pointer into the child’s constructor, or
    • calling QObject::setParent()
      "

    J'ai comme le sentiment que cette remarque devrait être beaucoup plus visible dans les tutoriels sur les threads Qt !!!

    Thu Mar 6 09:34:58 2014 - permalink -
    - - - http://qt-project.org/forums/viewthread/14806/P15
    Qt Thread
  • Reentrancy and Thread-Safety | QtDoc 5.2 | Documentation | Qt Project

    Une définition assez claire de "thread-safe" et "reentrant".

    Thu Mar 6 09:29:56 2014 - permalink -
    - - - http://qt-project.org/doc/qt-5/threads-reentrancy.html
    C++ Qt Thread
  • Qt - La fenêtre principale

    Excellente explication sur la GUI Qt (widgets) : fenêtre, dock, etc...

    Tue Feb 25 16:40:56 2014 - permalink -
    - - - http://web.univ-pau.fr/~puiseux/enseignement/python/tutoQt-zero/tuto-PyQt-zero.10.html
    GUI Qt
  • Coding Horror: A Visual Explanation of SQL Joins

    via Seb Sauvage

    Fri Feb 21 15:54:57 2014 - permalink -
    - - - http://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html
    Join SQL
  • Astuce Bash - Améliorer l'historique - lkdjiin's blog

    So excellent!

    Fri Feb 21 14:37:04 2014 - permalink -
    - - - http://lkdjiin.github.io/blog/2014/02/20/astuce-bash-ameliorer-lhistorique/
    Bash
  • Ce que vous avez toujours voulu savoir sur CSS - Vincent De Oliveira

    Impressive!

    Mon Feb 17 13:36:29 2014 - permalink -
    - - - http://iamvdo.me/blog/ce-que-vous-avez-toujours-voulu-savoir-sur-css
    CSS Web
  • htpasswd - générateur de fichiers .htpasswd

    Générateur de mot(s) de passe (notez le "s" !) et créateur de fichier .htpasswd ! Il y a même un mode "mot de passe prononçable" plutôt sympatique.

    Thu Feb 13 10:31:50 2014 - permalink -
    - - - http://aspirine.org/htpasswd.html
    Javascript Password Security Tools
  • Model/View Programming | QtWidgets 5.2 | Documentation | Qt Project

    Ok, je crois que je vais me coltiner ça.

    Tue Feb 11 15:11:16 2014 - permalink -
    - - - http://qt-project.org/doc/qt-5/model-view-programming.html
    C++ GUI Qt
  • Fixing the Cygwin vi/vim arrow keys problem | Chris Dix's Blog

    ça a même l'air de marcher :-)

    Mon Feb 10 10:09:04 2014 - permalink -
    - - - http://chrisdixblog.com/2010/12/25/fixing-the-cygwin-vivim-arrow-keys-problem/
    Cygwin Vim
  • [Qt][DLL]Liste des DLL sous Qt 5.0.2

    Apparement, voici la liste des DLL nécessaires pour faire tourner un programme sous Qt5 :

    • Qt5Core.dll
    • Qt5Gui.dll
    • Qt5Widgets.dll
    • D3DCompiler_43.dll
    • icudt49.dll
    • icuin49.dll
    • icuuc49.dll
    • libEGL.dll
    • libgcc_s_sjlj-1.dll
    • libGLESv2.dll
    • libstdc++-6.dll
    • libwinphthread.dll
    • platform/qwindows.dll
    Fri Feb 7 10:34:16 2014 - permalink -
    - - - http://fr.openclassrooms.com/forum/sujet/qt-dll-liste-des-dll-sous-qt-5-0-2
    C++ DLL Qt
  • jogaulupeau / Poche / source / — Bitbucket

    Le repository Git du client Android de Poche/Wallabag.

    Fri Feb 7 10:33:18 2014 - permalink -
    - - - https://bitbucket.org/jogaulupeau/poche/src
    Android Wallabag
  • php - How to set up database-heavy unit tests in Symfony2 using PHPUnit? - Stack Overflow
    Fri Feb 7 10:32:58 2014 - permalink -
    - - - http://stackoverflow.com/questions/10784973/how-to-set-up-database-heavy-unit-tests-in-symfony2-using-phpunit
    BDD Doctrine PHP Symfony Test
  • Coding 5-9: symfony2 Test Database Best Pratice
    Fri Feb 7 10:32:22 2014 - permalink -
    - - - http://sgoettschkes.blogspot.fr/2012/06/symfony2-test-database-best-pratice.html
    BDD Doctrine PHP Symfony Test
  • A la découverte de Symfony 2 : tests unitaires sur le modèle (PHPUnit et Doctrine 2) | ELAO | Le blog technique
    Fri Feb 7 10:31:48 2014 - permalink -
    - - - http://www.elao.com/blog/developpement/a-la-decouverte-de-symfony-2-tests-unitaires-sur-le-modele-phpunit-et-doctrine-2.html
    BDD Doctrine PHP Symfony Test
  • Free Qt Applications - Qt-Apps.org

    Des bibliothèques (et exemples d'applications) sous Qt pouvant s'avérer utiles à l'occasion.

    Fri Feb 7 10:29:40 2014 - permalink -
    - - - http://qt-apps.org/index.php?xcontentmode=4299&PHPSESSID=f08ddb43f9aa3df5c5e613b81805af4b
    C++ Qt
  • Le fichier htaccess | Openweb.eu.org

    Un bon article sur htaccess : pages d'erreurs, redirection, sécurité, mise en cache.

    Tue Jan 28 09:22:48 2014 - permalink -
    - - - http://openweb.eu.org/articles/le-fichier-htaccess
    Cache Htaccess Security
  • Password Strength - JSFiddle

    Une script Javascript testant la force d'un password. A mon sens il manque des sources vers des études de chercheurs sur le sujet...
    Le même sans jQuery, ça doit être faisable, non ?

    Wed Jan 22 13:26:43 2014 - permalink -
    - - - http://jsfiddle.net/9SUWP/
    Javascript Password Security
  • Un boilerplate simple pour facilement customiser Bootstrap | jide.fr

    Ah super ! Voilà qui pourrait être utile. D'autant plus que les exemples sont directement ceux de Bootstrap 3.

    Wed Jan 22 13:16:25 2014 - permalink -
    - - - http://www.jide.fr/francais/un-boilerplate-simple-pour-facilement-customiser-bootstrap
    Boostrap CSS HTML
  • Symfony2 checklist de déploiement

    Ma checklist de mise en production pour un site utilisant Symfony2 était beaucoup plus courte que cela : oups !
    A vrai dire ce n'est pas que sur Symfony2, il y a aussi quelques points sur Composer, Doctrine et l'installation d'un accélérateur PHP (m'étant souvent demandé en quoi cela consisté vraiment, il faudrait que je regarde de plus près) !

    Tue Jan 21 09:02:26 2014 - permalink -
    - - - http://www.symfony2-checklist.com/fr
    Composer Doctrine Optimisation PHP Symfony
Links per page: 20 50 100
◄Older
page 30 / 44
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation